home
***
CD-ROM
|
disk
|
FTP
|
other
***
search
/
The Utilities Experience
/
The Utilities Experience - Volume 1.iso
/
software
/
workbench+shell
/
q-z
/
ro-update
/
arexx
/
iconify.ro
< prev
next >
Encoding:
Amiga
Atari
Commodore
DOS
FM Towns/JPY
Macintosh
Macintosh JP
Macintosh to JP
NeXTSTEP
RISC OS/Acorn
Shift JIS
UTF-8
Wrap
Text File
|
1995-11-07
|
355 b
|
30 lines
/*
$VER: Iconify.RO 0.3
Author:
Oliver Rummeyer (oliver@rumor.rv.sub.org)
Function:
Hides RO's user interface.
Requires:
RO 0.90 or newer
Example:
Rx >NIL: REXX:Iconify.RO RO.1
*/
PARSE ARG PortName
IF PortName="" THEN
PortName='RO.1'
ELSE
PortName=STRIP(PortName)
ADDRESS VALUE PortName
OPTIONS RESULTS
'Hide'